home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 April / EnterCD 4_2003.iso / Multimedia / AlbumCreator 2.5 / AC2.exe / christmas2.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2002-11-27  |  383 b   |  18 lines

  1. _global.showSingle = false;
  2. thumbs = new Array();
  3. i = 0;
  4. while(i < album.length)
  5. {
  6.    th.duplicateMovieClip("th" + i,i);
  7.    thumbs.push(eval("th" + i));
  8.    thumbs[i].num = i;
  9.    thumbs[i]._x = 700;
  10.    thumbs[i]._y = 60 + i * 110;
  11.    i++;
  12. }
  13. th._visible = false;
  14. frame.duplicateMovieClip("fr",album.length);
  15. frame._visible = false;
  16. tracker.startDrag(true);
  17. speed = 0;
  18.